fix(sqlite-native): gate native read cache behind env var#4630
fix(sqlite-native): gate native read cache behind env var#4630NathanFlurry wants to merge 1 commit intomainfrom
Conversation
PR #4630 Review:
|
| Correctness | All cache paths consistently guarded |
| Minor inefficiency | Needless Vec allocation in batch-flush when cache is disabled (see above) |
| Documentation | New env var not documented |
| Style | Follows project conventions |
The core change is solid. The Vec allocation nit and missing docs are the only things worth addressing before merge.
a60a42d to
9d72e25
Compare
0f0530c to
7702123
Compare
2bb44ed to
bf17632
Compare
2759537 to
47e66e5
Compare
47e66e5 to
3674048
Compare
bf17632 to
93e8897
Compare
93e8897 to
70882dd
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: